Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1AutoComplete<T> Class / DataCollection Property

In This Topic
    DataCollection Property (C1AutoComplete<T>)
    In This Topic
    Gets the collection that is bound to the list.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataCollection As IDataCollection(Of Object)
    public IDataCollection<object> DataCollection {get;}
    See Also